home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hyenvoy1 / s011 < prev    next >
Text File  |  1991-06-16  |  2KB  |  49 lines

  1.                                Character.set
  2.   
  3. ASCII-7
  4. This is the default character set for Envoy 100 entities and specifies
  5. user's character set as ASCII-7.  The user's default chaacter set can
  6. be temporarily changed at login as shown below (in this example the user
  7. is profiled for ASCII-8 or ASCII-7E):
  8.   
  9. User name/NOM D'USAGER? [username> (ASCII-7)
  10.   
  11. Users with SET capability can change their character set while logged onto 
  12. Envoy 100 by entering the single line command format as follows:
  13.   
  14.              SET CHARACTER.SET ASCII-7
  15. or           SET CHARACTER.SET ASCII-7 (TEMP)
  16.   
  17. CHARACTER.SET is also a valid field within the SET script.
  18.   
  19. ASCII-7E
  20. This is the ASCII-7 Extended character set (i.e. bit data in 7-bit format). 
  21. The user's default character set can be temporarily changed at login as
  22. shown below:
  23.   
  24. User name/NOM D'USAGER? [username> (ASCII-7E)
  25.   
  26. Users with SET capability can change their character set while logged onto 
  27. Envoy 100 by entering the single line command format as follows:
  28.   
  29.       SET CHARACTER.SET ASCII-7E
  30. or    SET CHARACTER.SET ASCII-7E (TEMP)
  31.   
  32. CHARACTER.SET is also a valid field within the SET script.
  33.   
  34. ASCII-8
  35. This is the full 8-bit character set. It will allow users to use accented
  36. characters and all other characters in Latin Alphabet No. 1. (CSA Z243.4).
  37. The user's default character set can be temporarily changed at login as
  38. shown below (in this example the user is profiled for ASCII-7 or ASCII-7E):
  39.   
  40. User name/NOM D'USAGER? [username] (ASCII-8)
  41.   
  42. Users with SET capability can change their character set while logged onto 
  43. Envoy 100 by entering the single line command format as follows:
  44.   
  45.       SET CHARACTER.SET ASCII-8
  46. or    SET CHARACTER.SET ASCII-8 (TEMP)
  47.   
  48. CHARACTER.SET is also a valid field within the SET script.
  49.